This test was using the engine property, which has
been deprecated and thus generates an error now.
Instead, use the font property.
declarations-valid-17.css \
declarations-valid-17.ref.css \
declarations-valid-18.css \
- declarations-valid-18.errors \
declarations-valid-18.ref.css \
declarations-valid-19.css \
declarations-valid-19.ref.css \
-* { engine: definitelydoesnotexist }
+* { font: definitelydoesnotexist }
+++ /dev/null
-declarations-valid-18.css:1: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
+* {
+ font-family: "definitelydoesnotexist";
+ font-size: initial;
+ font-stretch: normal;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+}